Active Query Builder 2 .NET Edition reference
FindIndex(String) Method



Returns the index of first found metadata item that matches the string name.
Syntax
'Declaration
 
Public Overloads Function FindIndex( _
   ByVal name As System.String _
) As System.Integer
'Usage
 
Dim instance As MetadataSelection(Of T)
Dim name As System.String
Dim value As System.Integer
 
value = instance.FindIndex(name)
public System.int FindIndex( 
   System.string name
)
public: System.int FindIndex( 
   System.string* name
) 

Parameters

name
See Also

Reference

MetadataSelection<T> Class
MetadataSelection<T> Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback